Added `-[NSArray validateAsPropertyList]` and `-[NSDictionary validateAsPropertyList...
[adiumx.git] / Plugins / Purple Service / ESPurpleQQAccountViewController.h
blob284100f94620ab1636b2a2710fff6379089bcf3e
1 //
2 // ESPurpleQQAccountViewController.h
3 // Adium
4 //
5 // Created by Evan Schoenberg on 8/7/06.
6 //
8 #import "PurpleAccountViewController.h"
10 @interface ESPurpleQQAccountViewController : PurpleAccountViewController {
11 IBOutlet NSButton *checkBox_useTCP;
12 IBOutlet NSTextField *label_connection;
15 @end